home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000169_john.hackett@icon-is.co.uk_Mon Oct 17 14:23:13 2005.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!newsfeed.vmunix.org!peer-uk.news.demon.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail
  2. From: John Hackett <john.hackett@icon-is.co.uk>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: ftp mput /recursive problem....
  5. Date: Mon, 17 Oct 2005 14:02:09 +0100
  6. Lines: 70
  7. Message-ID: <dj07ch$i4c$1$8302bc10@news.demon.co.uk>
  8. References: <dip2gm$ci$1$8300dec7@news.demon.co.uk> <slrndl29i0.ldi.fdc@sesame.cc.columbia.edu> <dirqev$7j$1$830fa7a5@news.demon.co.uk> <slrndl4vo5.mfv.fdc@sesame.cc.columbia.edu> <diuls4$fj3$1$830fa795@news.demon.co.uk> <3ZL4f.2292$h25.38@news-wrt-01.rdc-nyc.rr.com>
  9. NNTP-Posting-Host: iconinfo.demon.co.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=ISO-8859-1; format=flowed
  12. Content-Transfer-Encoding: 7bit
  13. X-Trace: news.demon.co.uk 1129554129 18572 80.177.168.155 (17 Oct 2005 13:02:09 GMT)
  14. X-Complaints-To: abuse@demon.net
  15. NNTP-Posting-Date: Mon, 17 Oct 2005 13:02:09 +0000 (UTC)
  16. In-Reply-To: <3ZL4f.2292$h25.38@news-wrt-01.rdc-nyc.rr.com>
  17. X-Accept-Language: en-us, en
  18. User-Agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923)
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15413
  20.  
  21. That was my first thought when I began this and had various 
  22. conversations with Technical Support at LaCie: but then I ran the 
  23. complete backup with gFTP against the LaCie and it worked fine. Also, I 
  24. have run this Kermit script against both the LaCie and another Fedora3 
  25. server and both failed in the same way at the same point - which seems 
  26. to suggest some problem with Kermit rather than the server.
  27.  
  28. As this was really a second line of backup I think I may give up on this 
  29. and try a different approach - As I already have an cron'd rsync running 
  30. to give server -> backup I think I'll just mount the LaCie on the backup 
  31. server and use rsync to it instead. A bit less flexible for what I 
  32. originally bought the Lacie for but unless anyone has any other bright 
  33. ideas.....
  34.  
  35. Jeffrey Altman wrote:
  36. > John Hackett wrote:
  37. ...
  38. >>150 Opening BINARY mode data connection for chatmsg256.dbb
  39. >>226 Transfer complete.
  40. >>: OK (0.016 sec, 57249 cps)
  41. >> PUT profile/Application Data/Skype/sarah_hac/index2.dat (binary) (416
  42. >>bytes)---> PASV
  43. >>227 Entering Passive Mode (192,168,10,6,8,94).
  44. >>---> STOR index2.dat
  45. >>150 Opening BINARY mode data connection for index2.dat
  46. >>226 Transfer complete.
  47. >>: OK (0.016 sec, 25999 cps)
  48. >>
  49. >>SAVED IN: /mirror/sarah/profile/Application Data/Skype/sarah_hac/
  50. >>
  51. >>---> CDUP
  52. >>250 CDUP command successful
  53. >>
  54. >>NOW: /mirror/sarah/profile/Application Data/Skype/
  55. >>
  56. >>---> CDUP
  57. >>250 CDUP command successful
  58. >>
  59. >>NOW: /mirror/sarah/profile/Application Data/
  60. >>
  61. >>---> CWD Real
  62. >>550 Real: No such file or directory
  63. >>---> MKD Real
  64. >>
  65. >>SO SHOULD BE: /mirror/sarah/profile/Application Data/Real (which would
  66. >>be correct)
  67. >>
  68. >>BUT:
  69. >>
  70. >>257 "/mirror/sarah/profile/Application Data/Skype/Real" - Directory
  71. >>successfully created
  72. >>CREATED DIRECTORY Real
  73. >>---> CWD Real
  74. >>250 CWD command successful
  75. > Obviously this is a bug in the server.   The server apparently does not
  76. > properly implement CDUP.  It says it is successful but in fact it is not
  77. > changing directory.
  78. > I suggest you try debugging this further from the server side.
  79. > Jeffrey Altman
  80. > Secure Endpoints Inc.
  81. John.